home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / net / parnet-3.2 / extras / netmount.doc < prev    next >
Text File  |  1995-03-09  |  5KB  |  143 lines

  1.  
  2.  NAME
  3.       NetMount - Do the mount stuff for ParNet by The Software Distillery
  4.  
  5.  
  6.  VERSION
  7.       $VER: NetMount.c,v 1.1 92/11/11 1:39:48
  8.  
  9.  
  10.  SYNPOSIS
  11.       NetMount [UNIT]
  12.  
  13.  
  14.  DESCRIPTION
  15.       NetMount is a tiny utility hack that simplifies mounting the ParNet
  16.       stuff very much.  NetMount comes up with it's own MountList and makes
  17.       some useful assigns.
  18.  
  19.       To use NetMount you need the following files coming with the ParNet
  20.       distribution (for ex. AmigaLibDisk400)
  21.  
  22.          DEVS:ParNet.device
  23.          L:NetPNet-Handler
  24.          C:NetPNet-Server   
  25.          C:NetPatch           (not necessarily)
  26.  
  27.       When starting NetMount from CLI/Shell you may pass a unit number
  28.       in the command line.  This unit number must be either 1 or 0 and is
  29.       the unit number of *YOUR* Amiga.
  30.  
  31.       However, the best way starting NetMount is to double-click it's icon
  32.       from the Workbench.  You may configure NetMount via the following
  33.       ToolTypes:
  34.  
  35.       NETSYS=<device>
  36.       ACCESS=<device> {|<device>}
  37.       MODE= [VERBOSE|BRIEF] | [NOICONS|FORCEICONS] | [INTERACTIVE|NOWINDOW]
  38.  
  39.       Note:  ALL <device> NAMES MUST *NOT* HAVE A TRAILING COLON ':'
  40.  
  41.        NETSYS     Allows you to specify a foreign device that will be assigned
  42.                   to NetSys:.  NetMount also tries to make the following
  43.                   assigns:
  44.                             NetSys:     NET:<device>
  45.                             NetC:       NetSys:C
  46.                             NetL:       NetSys:L
  47.                             NetS:       NetSys:S
  48.                             NetLIBS:    NetSys:Libs
  49.                             NetDEVS:    NetSys:Devs
  50.  
  51.        ACCESS     Allows you to pass a list the foreign devices that should
  52.                   be accessed.  The devices must *NOT* have the trailing ':'
  53.                   Once a foreign device has been accessed, it's ParNet icon
  54.  
  55.                                       node.rinfo
  56.  
  57.                   will be displayed in the ParNet disk window.  It will not
  58.                   otherwise!  See FORCEICONS for further details.
  59.  
  60.  
  61.       The MODE ToolType:
  62.  
  63.  
  64.        VERBOSE    Opens a window during the mount and prints out all important
  65.                   information. I strongly recommed using this VERBOSE mode since
  66.                   you won't get any error messages without it.
  67.  
  68.        BRIEF      Performs a quiet mount without the info window.  Do only use
  69.                   this option if you're sure that everything works fine!
  70.  
  71.        FOCEICONS  Forces NetMount to create icons for all ACCESSed devices
  72.                   if they do not already have one.  All devices accessed via
  73.                   the ACCESS ToolType will get a drawer icon which is taken
  74.                   from
  75.                                 ENV:sys/def_drawer.info
  76.  
  77.                   If you don't have this file NetMount won't create any icons
  78.                   for them.  They will however be accessed in any case.
  79.                   The NetSys: volume gets it's icon from
  80.  
  81.                                 ENV:sys/def_netsys.info
  82.  
  83.                   which of cause should be a drawer icon.  These icon files
  84.                   will be copied into a file called
  85.  
  86.                                       node.rinfo
  87.  
  88.                   on the other Amiga devices' root directory.  These ParNet
  89.                   icons will only be displayed if the device has already been
  90.                   accessed. (See ACCESS for more information)
  91.  
  92.        NOICONS    Ignores the non-existance of node.rinfo files on the
  93.                   ACCESSed devices' root directory.
  94.  
  95.        INTERACTIVE    Opens a window that allowes you to change the settings
  96.                   in the ToolTypes for *THIS* current mount.  This window will
  97.                   also come up if you start NetMount from the CLI/Shell without
  98.                   any unit number.  You will *NOT* get the ToolType defaults if
  99.                   you start NetMount from the CLI/Shell.
  100.  
  101.        NOWINDOW   Forces NetMount to start mounting without editing the current
  102.                   ToolType settings.  Do only use this option if you're sure
  103.                   that all the ToolTypes are correct!
  104.  
  105.       That's it.  Thank you for trying out NetMount,
  106.  
  107.                                             -Tobi
  108.  
  109.  
  110.  AUTHOR
  111.       This Giftware was written by Tobias Ferber, Baden-Baden, Germany.
  112.       If you want to contact me, please write to:
  113.  
  114.       Tobias Ferber
  115.       Bismarckstraße 22
  116.       D-7570 Baden-Baden
  117.       Germany
  118.  
  119.       EMail:       Earn: ukjg@dkauni2.bitnet
  120.                   X.400: ukjg@ibm3090.rz.uni-karlsruhe.dbp.de
  121.                InterNet: ukjg@ibm3090.rz.uni-karlsruhe.de
  122.  
  123.  
  124.  THANKS
  125.       ParNet was written by Doug Walker (NET: handler) and John Tobes and is
  126.       Copyright (c)1988,1989,1990 The Software Distillery.
  127.                                   405 B3 Gooseneck Drive
  128.                                   Cary, NC 27513
  129.                                   BBS: (919)-471-6436
  130.                                   All Righs Reserved.
  131.  
  132.       NetMount was written in C using DICE by Matthew Dillon.
  133.       The Parallel Port NetWork code (PPN code) for ParNet and DICE is
  134.       copyright (c)1990 by Matthew Dillon
  135.                            891 Regal Rd.
  136.                            Berkeley, Ca. 94708
  137.                            USA
  138.  
  139.                            dillon@overload.Berkeley.CA.US
  140.                            uunet.uu.net!overload!dillon
  141.  
  142.                            BIX: mdillon
  143.